@charset "UTF-8";
/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, pre, form, blockquote, fieldset, input, address {
  margin: 0;
  padding: 0;
  outline: none;
}
h1, h2, h3, h4, h5, h6, caption, address, em {
  font-style: normal;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
}
ul, ol, li, dl, dt, dd {
  list-style-type: none;
  list-style-position: outside;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
th {
  font-weight: 500;
}
fieldset {
  border: none;
}
img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: bold;
}
br {
  letter-spacing: 0;
}
button, input, textarea, optgroup, select {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  box-sizing: border-box;
  background: #fff;
}
input[type=button], input[type=submit] {
  border: none;
}
input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
  display: none;
}
input[type=button]::focus, input[type=submit]::focus {
  outline-offset: -2px;
}
input[type=button], input[type=submit], input[type=radio], input[type=checkbox], select {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
label.check_text input[type="checkbox"], label.radio_text input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;

  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;

}
select::-ms-expand {
  display: block;
}
::placeholder {
  color: #ccc;
}
/*--------------------------------------------------------------------------
	html
---------------------------------------------------------------------------*/
html {
  height: 100%;
}
/*--------------------------------------------------------------------------
	body
---------------------------------------------------------------------------*/
body {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  height: 100%;
}
/*--------------------------------------------------------------------------
	a
---------------------------------------------------------------------------*/
a {
  color: #000000;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:link, a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
}
a:focus {
  overflow: hidden;
}
/*--------------------------------------------------------------------------
    common
---------------------------------------------------------------------------*/
.header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #4F4F4F), color-stop(0, #000));
  background: -webkit-linear-gradient(#000, #4F4F4F);
  background: -moz-linear-gradient(#000, #4F4F4F);
  background: -o-linear-gradient(#000, #4F4F4F);
  background: -ms-linear-gradient(#000, #4F4F4F);
  background: linear-gradient(#000, #4F4F4F);
  border-top: 1px solid #5F5F5F;
  border-bottom: 3px solid #ffe100;
  padding: 15px 15px;
  line-height: 1.3;
  font-size: 19px;
  font-weight: bold;
  color: #FFFFFF;
}
h2 {
  background: #eeeeee;
  padding: 10px 15px;
  line-height: 1.3;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.page{
	      display: flex;
      flex-direction: column;
      min-height: 100vh;
}

footer {
  background: #3b3b3b;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: auto;
}
.content {
  padding: 15px 4% 0px;
}
.content p {
  margin: 1em 0;
}
.content ul.indent {
  margin-top: 10px;
}
.content ul.indent li {
  margin: 0.5em 0;
}
.content mt10 {
  margin-top: 10px;
}
.content .btn {
  display: block;
  padding: 10px 15px;
  text-align: center;
  width: 90%;
  max-width: 300px;
  margin: 30px auto;
  border: 1px solid #ccc;
}
.content .btn input[type="submit"] {
  width: 100%;
}
.content .btn_grey {
  display: block;
  padding: 10px 15px;
  text-align: center;
  width: 90%;
  max-width: 300px;
  margin: 30px auto;
  background: #777;
}
.content .btn_blue {
  display: block;
  padding: 10px 15px;
  text-align: center;
  width: 90%;
  max-width: 300px;
  margin: 30px auto;
  background: #3366cc;
}
.content .btn_grey input, .content .btn_grey a, .content .btn_blue input, .content .btn_blue a {
  color: #fff;
}
.content .btn_grey input {
  background: #777;
}
.content .btn_blue input {
  background: #3366cc;
}
.content .btn_grey a {
  text-decoration: none;
}
.content span.next {
  display: block;
  background: url("../image/icon_next.png") no-repeat right center;
  background-size: 11px 15px;
}
.content span.back {
  display: block;
  background: url(../image/icon_back.png) no-repeat left center;
  background-size: 11px 15px;
}
.red_box {
  padding: 0.5em;
  border: 1px #df2026 solid;
  color: #df2026;
  text-align: center;
  line-height: 1.5em;
}
.red {
  color: #df2026;
}
.err_text {
  padding: 12px 8px;
  margin: 10px 3% 0;
  background: #ffdbdb;
  color: #ff0000;
}
.present dt {
  margin-top: 30px;
  border: 1px solid #ccc;
}
.present dt img {
  width: 80%;
}
.present dl, .present dd {
  margin: 1em 0;
}
.present dt, .present dd {
  text-align: center;
  line-height: 1.5em;
}
.question dl, .confirm dl {
  margin: 1em 0;
}
.question dt, .confirm dt {
  background: #eee;
  padding: 7px 7px 7px 3em;
  text-indent: -2em;
}
.question dd, .confirm dd {
  padding: 10px;
}
.question dd ul li {
  margin-bottom: 0.5em;
}

ul.list_style label{
    display: inline-block;
    margin:0.5em 0 0.5em 1em;
    position: relative;
}
ul.list_style input[type="radio"]{
    position: absolute;
    left: -1.2em;
    top: 0.3em;
}

ul.list_style .wide{
	display: block;
	width: 100%;

}
input[type="email"],
input[type="text"],
input[type="tel"] {
  padding: 3px 10px;
  font-size: 16px;
  border: 1px solid #AAAAAA;
  background: #FFFFFF;
}
select {
  padding: 6px 10px;
  width: 100%
　border: 1px solid #AAAAAA;
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.center {
  text-align: center;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
